home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3rmpcon.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_RMPCON_H = 1;
- include("real/raytr/r3rmprop.js")
-
-
- var R3CLID_RMPCON = 419;
-
-
-
-
-
-
-
- R3RMPCONA_Value = 419500;
- function SetR3RMPCONA_Value(value) {
- R3Set(this.r3obj, R3RMPCONA_Value, value, R3TID_FLOAT, 0);
- }
-
- function GetR3RMPCONA_Value() {
- return R3Get(this.r3obj, R3RMPCONA_Value, R3TID_FLOAT, 0);
- }
-
-
-
- function r3Rmpcon () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_RMPCON, arguments);
- }
- // Methods
-
- // Attributes
- this.GetValue=GetR3RMPCONA_Value;
- this.SetValue=SetR3RMPCONA_Value;
- }
-
- r3Rmpcon.prototype=new r3Rmatprop;
- // r3rmpcon.h_H